ArcFM Responder Mobile Developer Guide
FeederIDs Property (IFeederInfo<TKey>)






Gets the collection the FeederID values that provide energy.
Syntax
'Declaration
 
ReadOnly Property FeederIDs As System.String()
'Usage
 
Dim instance As IFeederInfo(Of TKey)
Dim value() As System.String
 
value = instance.FeederIDs
System.string[] FeederIDs {get;}
read-only property FeederIDs: System.array of String; 
function get FeederIDs : System.String[]
__property System.string*[]* get_FeederIDs();
property System.array<String^>^ FeederIDs {
   System.array<String^>^ get();
}

Property Value

A sorted list of feeder IDs containing the feature.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFeederInfo<TKey> Interface
IFeederInfo<TKey> Members

Send Feedback